home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earcd / utils / selector / examples / onchange.sel < prev    next >
Text File  |  1996-12-16  |  324b  |  14 lines

  1. DefEnv test "Change Me!"
  2.  
  3. Onchange test to end exit
  4. Onchange test update
  5.  
  6. color light
  7. text "Current value of test is:"
  8. color dark light
  9. text "[test]"
  10. text
  11. color dark
  12. button 'Set it to "Hello!"' 'setenv test "Hello!"'
  13. button 'Set it to "That is cool!"' 'setenv test "That is cool!"'
  14. button 'Set it to "end"' 'setenv test end'